home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3347.dms / 3347.adf / AmigaDosGuide / ADOS COMMANDS / Protect < prev    next >
Encoding:
Text File  |  1994-07-27  |  419 b   |  26 lines

  1. AMIGADOS GUIDE V1
  2. PROTECT
  3.  
  4. USE:
  5. This  command  enables  the  user  to  set  the  protection  flags  of  any  
  6. AmigaDOS  file.
  7.  
  8. PATH:
  9. C:
  10.  
  11. SYSTEM:
  12. 2.0 (enhanced),  2.1,  3.0
  13.  
  14. EXAMPLES:
  15. 1>PROTECT  Userfile  RWE
  16. 1>PROTECT  Userfile  +A        (Sets  the  file)
  17. 1>PROTECT  Userfile  -A        (Resets  the  file)
  18.  
  19. NOTES:
  20. Protection  Flags:
  21.                 A=Archive            R=Readable
  22.                 W=Writable            E=Executable
  23.                 D=Deletable            P=Pure
  24.                 S=Script
  25.  
  26.